projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9de940b
)
* src/process.c: Do not include <sys/wait.h>, syswait.h does it.
author
Dan Nicolaescu
<dann@ics.uci.edu>
Sun, 3 Oct 2010 14:48:21 +0000
(07:48 -0700)
committer
Dan Nicolaescu
<dann@ics.uci.edu>
Sun, 3 Oct 2010 14:48:21 +0000
(07:48 -0700)
src/ChangeLog
patch
|
blob
|
history
src/process.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index ebec6b3ce82eb080c03bf1345b1d09720d31ca00..9ea2adddc650096cf4c71e23fd4dcf52bd81146a 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,7
@@
2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
+ * process.c: Do not include <sys/wait.h>, syswait.h does it.
+
* sysdep.c (flush_pending_output): Remove code, does not do
anything on any platform.
diff --git
a/src/process.c
b/src/process.c
index d149537878cbb315400e0f95924f837c3ebf1505..370fb673e840c936793b3ddc325a3db9b3627475 100644
(file)
--- a/
src/process.c
+++ b/
src/process.c
@@
-67,10
+67,6
@@
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include <bsdtty.h>
#endif
-#ifdef HAVE_SYS_WAIT
-#include <sys/wait.h>
-#endif
-
#ifdef HAVE_RES_INIT
#include <netinet/in.h>
#include <arpa/nameser.h>